Skip to content

[Eng-7753] wb deps upgrade #381

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

mkovalua
Copy link

@mkovalua mkovalua commented Jun 5, 2025

Ticket

https://openscience.atlassian.net/browse/ENG-7753

Purpose

Update dependencies in dep-group “wb”.

The dep-group tickets are about updating a batch of dependencies at a time. In the MFR requirements DB, column C is "group". I've tried to group similar dependencies together. When you take on a dep-group ticket, you're trying to upgrade all the tickets in that group to their latest version.

It may turn out that some of the modules in one group break or require changes for a module in another group. That's okay; we'll deal with those on a case-by-case basis. If we have to leave something out or drag something in it, that's fine. We can also break things out into smaller dep-groups with new tickets if that makes sense.

Changes

Update deps and related code to be competable with python 3.13

(
create branch from the following PR #379 to keep its changings
)

Side effects

see such a error
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host localhost:5000 ssl:default [Connect call failed ('127.0.0.1', 5000)]
on image rendering attempt locally, maybe it will be ok on deployment

image

QA Notes

Deployment Notes

mkovalua added 2 commits June 13, 2025 22:50
  > return await aiohttp.request(method, url, *args, **kwargs)
  > TypeError: object _SessionRequestContextManager can't be used in
  >            'await' expression
@felliott felliott force-pushed the ENG-7753/wb-deps-upgrade branch from 2b7f97e to 715b3de Compare June 14, 2025 02:55
@felliott felliott merged commit 9b22a5d into CenterForOpenScience:feature/buff-worms Jun 14, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants